home *** CD-ROM | disk | FTP | other *** search
- //**************************************************************************
- // Special Characters
- //**************************************************************************
- //
- // Make sure to backup after manually changing this file, since it will be
- // replaced if you re-install or install an update.
- //
- // Modified 1999-02-25 by Marjolein Katsma
- // A good reference about character entity references can be found at:
- // http://www.hut.fi/u/jkorpela/HTML/guide/entities.html
- //
- //**************************************************************************
- //
- // column 1: character (ex: &)
- // column 2: name (ex: &)
- // column 3: numeric (ex: &)
- // column 4: description (ex: Ampersand)
- //
- //**************************************************************************
- // Basic Latin characters (Lower ASCII)
- //
- " " " Quotation mark
- & & & Ampersand
- < < < Less-than sign
- > > > Greater-than sign
- //
- //**************************************************************************
- // Non-ISO 8859-x characters (not defined in any Latin-x character set).
- //
- // Use of these characters in an HTML page is *NOT* recommended since
- // different glyphs may be shown on different platforms.
- // Usage is only safe when it is certain all visitors will be using a
- // Windows platform (as in an Intranet).
- // Uncomment any character you want to have available. For the Trademark
- // symbol a pure HTML version is provided.
- //
- //Ä Euro symbol
- //ë Left single quotation mark
- //í Right single quotation mark
- //ì Left double quotation mark
- //î Right double quotation mark
- //ñ En dash
- //ó Em dash
- //ô Trademark
- ô <SUP><FONT SIZE="-1">TM</FONT></SUP> <SUP><FONT SIZE="-1">TM</FONT></SUP> Trademark sign (HTML)
- //
- //**************************************************************************
- // ISO 8859-1 characters
- //
- _ Non-breaking space
- ° ¡ ¡ Inverted exclamation mark
- ¢ ¢ ¢ Cent sign
- £ £ £ Pound sign
- § ¤ ¤ Currency sign
- • ¥ ¥ Yen sign
- ¶ ¦ ¦ Broken bar
- ß § § Section sign
- ® ¨ ¨ Diaeresis
- © © © Copyright
- ™ ª ª Feminine ordinal indicator
- ´ « « Left angle quote
- ¨ ¬ ¬ Not sign
- - Soft hyphen
- Æ ® ® Registered sign
- Ø ¯ ¯ Macron
- ∞ ° ° Degree sign
- ± ± ± Plus-minus sign
- ≤ ² ² Superscript 2
- ≥ ³ ³ Superscript 3
- ¥ ´ ´ Acute accent
- µ µ µ Micro sign
- ∂ ¶ ¶ Pilcrow sign (paragraph)
- ∑ · · Middle dot
- ∏ ¸ ¸ Cedilla
- π ¹ ¹ Superscript 1
- ∫ º º Masculine ordinal indicator
- ª » » Right angle quote
- º ¼ ¼ Vulgar fraction one quarter
- Ω ½ ½ Vulgar fraction one half
- æ ¾ ¾ Vulgar fraction three quarters
- ø ¿ ¿ Inverted question mark
- ¿ À À A grave accent
- ¡ Á Á A acute accent
- ¬ Â Â A circumflex
- √ Ã Ã A tilde
- ƒ Ä Ä A umlaut
- ≈ Å Å A ring
- Δ Æ Æ AE ligature
- « Ç Ç C cedillia
- » È È E grave accent
- … É É E acute accent
- Ê Ê E circumflex
- À Ë Ë E umlaut
- Ã Ì Ì I grave accent
- Õ Í Í I acute accent
- Œ Î Î I circumflex
- œ Ï Ï I umlaut
- – Ð Ð ETH
- — Ñ Ñ N tilde
- “ Ò Ò O grave accent
- ” Ó Ó O acute accent
- ‘ Ô Ô O circumflex
- ’ Õ Õ O tilde
- ÷ Ö Ö O umlaut
- ◊ × × Multiplication sign
- ÿ Ø Ø O slash
- Ÿ Ù Ù U grave accent
- ⁄ Ú Ú U acute accent
- € Û Û U circumflex
- ‹ Ü Ü U umlaut
- › Ý Ý Y acute accent
- fi Þ Þ THORN
- fl ß ß Sz ligature
- ‡ à à a grave accent
- · á á a acute accent
- ‚ â â a cirumflex
- „ ã ã a tilde
- ‰ ä ä a umlaut
- Â å å a ring
- Ê æ æ ae ligature
- Á ç ç c cedillia
- Ë è è e grave accent
- È é é e acute accent
- Í ê ê e circumflex
- Î ë ë e umlaut
- Ï ì ì i grave accent
- Ì í í i acute accent
- Ó î î i cirumflex
- Ô ï ï i umlaut
- ð ð eth
- Ò ñ ñ n tilde
- Ú ò ò o grave accent
- Û ó ó o acute accent
- Ù ô ô o circumflex
- ı õ õ o tilde
- ˆ ö ö o umlaut
- ˜ ÷ ÷ Division sign
- ¯ ø ø o slash
- ˘ ù ù u grave accent
- ˙ ú ú u acute accent
- ˚ û û u circumflex
- ¸ ü ü u umlaut
- ˝ ý ý y acute accent
- ˛ þ þ Thorn
- ˇ ÿ ÿ y umlaut
- //
- //**************************************************************************
- // Unicode versions of the non-ISO 8859-1 characters.
- // Note: these can be shown only by an application that supports Unicode
- // or double-byte characters.
- //
- ñ – – En dash (Dislays on Unicode/DBCS enabled browsers only!)
- ó — — Em dash (Dislays on Unicode/DBCS enabled browsers only!)
- ë ‘ ‘ Left single quotation mark (Dislays on Unicode/DBCS enabled browsers only!)
- í ’ ’ Right single quotation mark (Dislays on Unicode/DBCS enabled browsers only!)
- ì “ ‚ Left double quotation mark (Dislays on Unicode/DBCS enabled browsers only!)
- î ” ‛ Right double quotation mark (Dislays on Unicode/DBCS enabled browsers only!)
- Ä € € Euro sign (Dislays on Unicode/DBCS enabled browsers only!)
- //ô ™ ™ Trademark sign (Dislays on Unicode/DBCS enabled browsers only!)
-
-
-